| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-01-14 | 17 | -115/+237 |
|\ |
|
| * | net, wireless: overwrite default_ethtool_ops | Stanislaw Gruszka | 2013-01-12 | 2 | -2/+9 |
| * | tcp: accept RST without ACK flag | Eric Dumazet | 2013-01-11 | 1 | -2/+2 |
| * | ipv6: use addrconf_get_prefix_route for prefix route lookup [v2] | Romain Kuntz | 2013-01-10 | 1 | -14/+11 |
| * | ipv6: fix the noflags test in addrconf_get_prefix_route | Romain Kuntz | 2013-01-10 | 1 | -1/+1 |
| * | tcp: fix splice() and tcp collapsing interaction | Eric Dumazet | 2013-01-10 | 1 | -3/+10 |
| * | tcp: splice: fix an infinite loop in tcp_read_sock() | Eric Dumazet | 2013-01-10 | 1 | -1/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-01-09 | 11 | -91/+202 |
| |\ |
|
| | * | mac80211: fix maximum MTU | Chaitanya | 2013-01-03 | 1 | -10/+1 |
| | * | mac80211: fix dtim_period in hidden SSID AP association | Johannes Berg | 2013-01-03 | 3 | -37/+55 |
| | * | mac80211: use del_timer_sync for final sta cleanup timer deletion | Johannes Berg | 2013-01-03 | 1 | -1/+1 |
| | * | mac80211: fix station destruction in AP/mesh modes | Johannes Berg | 2013-01-03 | 4 | -17/+62 |
| | * | mac80211: RMC buckets are just list heads | Thomas Pedersen | 2013-01-03 | 2 | -5/+5 |
| | * | mac80211: assign VLAN channel contexts | Johannes Berg | 2013-01-03 | 3 | -3/+45 |
| | * | mac80211: flush AP_VLAN stations when tearing down the BSS AP | Felix Fietkau | 2013-01-03 | 1 | -0/+2 |
| | * | mac80211: fix ibss scanning | Stanislaw Gruszka | 2013-01-03 | 3 | -18/+31 |
| * | | net: prevent setting ttl=0 via IP_TTL | Cong Wang | 2013-01-09 | 1 | -1/+1 |
* | | | Merge tag 'nfs-for-3.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-01-11 | 2 | -4/+11 |
|\ \ \ |
|
| * | | | SUNRPC: Ensure we release the socket write lock if the rpc_task exits early | Trond Myklebust | 2013-01-08 | 2 | -4/+11 |
* | | | | nfs: fix sunrpc/clnt.c kernel-doc warnings | Randy Dunlap | 2013-01-10 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-01-10 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | s390/irq: remove split irq fields from /proc/stat | Heiko Carstens | 2013-01-08 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-01-08 | 20 | -68/+221 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 2013-01-08 | 3 | -31/+28 |
| |\ \ |
|
| | * | | netfilter: xt_recent: avoid high order page allocations | Eric Dumazet | 2013-01-04 | 1 | -5/+18 |
| | * | | netfilter: fix missing dependencies for the NOTRACK target | Pablo Neira Ayuso | 2013-01-04 | 1 | -0/+3 |
| | * | | netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation | Ulrich Weber | 2013-01-04 | 1 | -26/+7 |
| * | | | ipv4: fix NULL checking in devinet_ioctl() | Xi Wang | 2013-01-07 | 1 | -1/+1 |
| * | | | net/ipv4/ipconfig: really display the BOOTP/DHCP server's address. | Philippe De Muyter | 2013-01-05 | 1 | -2/+6 |
| * | | | mac802154: fix NOHZ local_softirq_pending 08 warning | Alexander Aring | 2013-01-04 | 1 | -1/+1 |
| |/ / |
|
| * | | bridge: add empty br_mdb_init() and br_mdb_uninit() definitions. | Rami Rosen | 2013-01-03 | 1 | -0/+6 |
| * | | bridge: Correctly unregister MDB rtnetlink handlers | Vlad Yasevich | 2013-01-03 | 2 | -3/+12 |
| * | | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 2012-12-28 | 13 | -30/+167 |
| |\ \ |
|
| | * | | netfilter: ctnetlink: fix leak in error path of ctnetlink_create_expect | Jesper Juhl | 2012-12-26 | 1 | -1/+1 |
| | * | | netfilter: xt_hashlimit: fix namespace destroy path | Vitaly E. Lavrov | 2012-12-26 | 1 | -4/+25 |
| | * | | netfilter: xt_recent: fix namespace destroy path | Vitaly E. Lavrov | 2012-12-26 | 1 | -4/+16 |
| | * | | netfilter: xt_hashlimit: fix race that results in duplicated entries | Pablo Neira Ayuso | 2012-12-26 | 1 | -4/+21 |
| | * | | netfilter: xt_CT: recover NOTRACK target support | Pablo Neira Ayuso | 2012-12-24 | 2 | -1/+53 |
| | * | | netfilter: nfnetlink_log: fix possible compilation issue due to missing include | Pablo Neira Ayuso | 2012-12-17 | 1 | -0/+1 |
| | * | | netfilter: xt_CT: fix crash while destroy ct templates | Pablo Neira Ayuso | 2012-12-16 | 2 | -0/+10 |
| | * | | netfilter: nfnetlink_log: fix mac address for 6in4 tunnels | Bob Hockney | 2012-12-16 | 1 | -3/+12 |
| | * | | netfilter: nf_ct_reasm: fix conntrack reassembly expire code | Haibo Xi | 2012-12-16 | 1 | -1/+4 |
| | * | | netfilter: nf_conntrack_ipv6: fix comment for packets without data | Florent Fourcot | 2012-12-16 | 1 | -2/+2 |
| | * | | netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADE | Andrew Collins | 2012-12-16 | 2 | -10/+20 |
| | * | | netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset | Mukund Jampala | 2012-12-16 | 2 | -0/+2 |
* | | | | sctp: fix Kconfig bug in default cookie hmac selection | Alex Elder | 2013-01-07 | 1 | -1/+1 |
* | | | | SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9 | Trond Myklebust | 2013-01-04 | 1 | -5/+0 |
* | | | | SUNRPC: Ensure that we free the rpc_task after cleanups are done | Trond Myklebust | 2013-01-04 | 1 | -4/+23 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-01-03 | 2 | -28/+29 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | libceph: fix protocol feature mismatch failure path | Sage Weil | 2012-12-28 | 1 | -10/+4 |