summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-07-05net: delete __cpuinit usage from all net filesPaul Gortmaker
2013-07-05shrinker-convert-remaining-shrinkers-to-count-scan-api-fixAndrew Morton
2013-07-05shrinker: convert remaining shrinkers to count/scan APIDave Chinner
2013-07-05Merge remote-tracking branch 'ipsec-next/master'Stephen Rothwell
2013-07-05Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2013-07-05Merge remote-tracking branch 'v9fs/for-next'Stephen Rothwell
2013-07-05Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell
2013-07-05Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell
2013-07-05Merge remote-tracking branch 'ceph/master'Stephen Rothwell
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina
2013-07-03ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa
2013-07-03net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti
2013-07-03net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03netem: fix possible NULL deref in netem_dequeue()Eric Dumazet
2013-07-03core: Copy inner_protocol in copy_skb_header()Joe Stringer
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-02ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar
2013-07-02l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman
2013-07-02l2tp: make datapath sequence number support RFC-compliantJames Chapman
2013-07-02l2tp: do data sequence number handling in a separate funcJames Chapman
2013-07-02sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud
2013-07-02core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata
2013-07-02ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-07-02ipip: fix a regression in ioctlCong Wang
2013-07-02l2tp: add missing .owner to struct pppox_protoWei Yongjun
2013-07-02ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt
2013-07-02net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann
2013-07-01ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang
2013-07-01vti: remove duplicated code to fix a memory leakCong Wang
2013-07-01gre: fix a regression in ioctlCong Wang
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller
2013-07-01x25: Fix broken locking in ioctl error paths.Dave Jones
2013-07-01netem: use rb tree to implement the time queueEric Dumazet
2013-07-01sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown
2013-07-01sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown
2013-07-01sunrpc/cache: use cache_fresh_unlocked consistently and correctly.NeilBrown
2013-07-01sunrpc/cache: remove races with queuing an upcall.NeilBrown
2013-07-01svcrpc: don't error out on small tcp fragmentJ. Bruce Fields