Age | Commit message (Expand) | Author | Files | Lines |
2013-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 20 | -68/+221 |
2013-01-08 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 3 | -31/+28 |
2013-01-07 | sctp: fix Kconfig bug in default cookie hmac selection | Alex Elder | 1 | -1/+1 |
2013-01-07 | ipv4: fix NULL checking in devinet_ioctl() | Xi Wang | 1 | -1/+1 |
2013-01-05 | net/ipv4/ipconfig: really display the BOOTP/DHCP server's address. | Philippe De Muyter | 1 | -2/+6 |
2013-01-05 | mac802154: fix NOHZ local_softirq_pending 08 warning | Alexander Aring | 1 | -1/+1 |
2013-01-04 | netfilter: xt_recent: avoid high order page allocations | Eric Dumazet | 1 | -5/+18 |
2013-01-04 | netfilter: fix missing dependencies for the NOTRACK target | Pablo Neira Ayuso | 1 | -0/+3 |
2013-01-04 | netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation | Ulrich Weber | 1 | -26/+7 |
2013-01-04 | SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9 | Trond Myklebust | 1 | -5/+0 |
2013-01-04 | SUNRPC: Ensure that we free the rpc_task after cleanups are done | Trond Myklebust | 1 | -4/+23 |
2013-01-03 | bridge: add empty br_mdb_init() and br_mdb_uninit() definitions. | Rami Rosen | 1 | -0/+6 |
2013-01-03 | bridge: Correctly unregister MDB rtnetlink handlers | Vlad Yasevich | 2 | -3/+12 |
2013-01-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -28/+29 |
2012-12-29 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 13 | -30/+167 |
2012-12-28 | libceph: fix protocol feature mismatch failure path | Sage Weil | 1 | -10/+4 |
2012-12-28 | libceph: WARN, don't BUG on unexpected connection states | Alex Elder | 1 | -6/+5 |
2012-12-28 | libceph: always reset osds when kicking | Alex Elder | 1 | -2/+2 |
2012-12-28 | libceph: move linger requests sooner in kick_requests() | Alex Elder | 1 | -11/+19 |
2012-12-27 | ipv6/ip6_gre: set transport header correctly | Isaku Yamahata | 1 | -2/+1 |
2012-12-27 | ipv4/ip_gre: set transport header correctly to gre header | Isaku Yamahata | 1 | -1/+1 |
2012-12-27 | IB/rds: suppress incompatible protocol when version is known | Marciniszyn, Mike | 1 | -6/+5 |
2012-12-27 | IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len | Marciniszyn, Mike | 1 | -3/+6 |
2012-12-27 | tcp: should drop incoming frames without ACK flag set | Eric Dumazet | 1 | -4/+10 |
2012-12-27 | batman-adv: fix random jitter calculation | Akinobu Mita | 1 | -1/+1 |
2012-12-27 | netfilter: ctnetlink: fix leak in error path of ctnetlink_create_expect | Jesper Juhl | 1 | -1/+1 |
2012-12-26 | netfilter: xt_hashlimit: fix namespace destroy path | Vitaly E. Lavrov | 1 | -4/+25 |
2012-12-26 | netfilter: xt_recent: fix namespace destroy path | Vitaly E. Lavrov | 1 | -4/+16 |
2012-12-26 | netfilter: xt_hashlimit: fix race that results in duplicated entries | Pablo Neira Ayuso | 1 | -4/+21 |
2012-12-25 | arp: fix a regression in arp_solicit() | Cong Wang | 1 | -3/+3 |
2012-12-24 | netfilter: xt_CT: recover NOTRACK target support | Pablo Neira Ayuso | 2 | -1/+53 |
2012-12-22 | net: sched: integer overflow fix | Stefan Hasko | 1 | -1/+1 |
2012-12-22 | CONFIG_HOTPLUG removal from networking core | Greg KH | 3 | -15/+0 |
2012-12-22 | bridge: call br_netpoll_disable in br_add_if | Gao feng | 1 | -3/+5 |
2012-12-22 | ipv4: arp: fix a lockdep splat in arp_solicit() | Eric Dumazet | 1 | -5/+3 |
2012-12-22 | net: devnet_rename_seq should be a seqcount | Eric Dumazet | 2 | -11/+11 |
2012-12-22 | ip_gre: fix possible use after free | Eric Dumazet | 1 | -1/+5 |
2012-12-22 | ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally | Isaku Yamahata | 1 | -1/+4 |
2012-12-21 | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -60/+61 |
2012-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 4 | -111/+105 |
2012-12-20 | libceph: register request before unregister linger | Alex Elder | 1 | -1/+1 |
2012-12-20 | libceph: don't use rb_init_node() in ceph_osdc_alloc_request() | Alex Elder | 1 | -1/+1 |
2012-12-20 | libceph: init event->node in ceph_osdc_create_event() | Alex Elder | 1 | -0/+1 |
2012-12-20 | libceph: init osd->o_node in create_osd() | Alex Elder | 1 | -0/+1 |
2012-12-20 | libceph: report connection fault with warning | Alex Elder | 1 | -1/+1 |
2012-12-20 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+2 |
2012-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 18 | -57/+121 |
2012-12-20 | ipv6: addrconf.c: remove unnecessary "if" | Cong Ding | 1 | -2/+1 |
2012-12-20 | bridge: Correctly encode addresses when dumping mdb entries | Vlad Yasevich | 1 | -2/+4 |
2012-12-20 | bridge: Do not unregister all PF_BRIDGE rtnl operations | Vlad Yasevich | 4 | -1/+9 |