Age | Commit message (Expand) | Author | Files | Lines |
2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 23 | -56/+128 |
2013-03-19 | inet: limit length of fragment queue hash table bucket lists | Hannes Frederic Sowa | 4 | -16/+35 |
2013-03-18 | tcp: dont handle MTU reduction on LISTEN socket | Eric Dumazet | 2 | -7/+14 |
2013-03-17 | bridge: Add support for setting BR_ROOT_BLOCK flag. | Vlad Yasevich | 1 | -0/+1 |
2013-03-17 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2 | -9/+55 |
2013-03-17 | rtnetlink: Mask the rta_type when range checking | Vlad Yasevich | 1 | -1/+1 |
2013-03-17 | Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon... | Timo Teräs | 1 | -4/+1 |
2013-03-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -9/+55 |
2013-03-15 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o... | David S. Miller | 5 | -7/+12 |
2013-03-14 | tcp: fix skb_availroom() | Eric Dumazet | 2 | -2/+1 |
2013-03-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+1 |
2013-03-13 | sctp: don't break the loop while meeting the active_path so as to find the ma... | Xufeng Zhang | 1 | -1/+1 |
2013-03-13 | sctp: Use correct sideffect command in duplicate cookie handling | Vlad Yasevich | 1 | -1/+1 |
2013-03-13 | fs: Readd the fs module aliases. | Eric W. Biederman | 1 | -0/+1 |
2013-03-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -13/+29 |
2013-03-12 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -9/+18 |
2013-03-12 | net/core: move vlan_depth out of while loop in skb_network_protocol() | Li RongQing | 1 | -1/+1 |
2013-03-12 | bridge: reserve space for IFLA_BRPORT_FAST_LEAVE | stephen hemminger | 1 | -0/+1 |
2013-03-12 | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 1 | -3/+3 |
2013-03-12 | net/ipv4: Ensure that location of timestamp option is stored | David Ward | 1 | -4/+1 |
2013-03-12 | batman-adv: verify tt len does not exceed packet len | Marek Lindner | 1 | -3/+3 |
2013-03-12 | libceph: fix decoding of pgids | Sage Weil | 1 | -13/+29 |
2013-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 26 | -113/+188 |
2013-03-11 | 6lowpan: Fix endianness issue in is_addr_link_local(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -1/+1 |
2013-03-10 | dcbnl: fix various netlink info leaks | Mathias Krause | 1 | -0/+8 |
2013-03-10 | rtnl: fix info leak on RTM_GETLINK request for VF devices | Mathias Krause | 1 | -0/+1 |
2013-03-10 | bridge: fix mdb info leaks | Mathias Krause | 1 | -0/+4 |
2013-03-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -3/+1 |
2013-03-09 | sunrpc: don't attempt to cancel unitialized work | J. Bruce Fields | 1 | -5/+10 |
2013-03-09 | Revert parts of "hlist: drop the node parameter from iterators" | Arnd Bergmann | 1 | -1/+1 |
2013-03-08 | ipv6: stop multicast forwarding to process interface scoped addresses | Hannes Frederic Sowa | 1 | -1/+2 |
2013-03-08 | bridging: fix rx_handlers return code | Cristian Bercaru | 1 | -0/+1 |
2013-03-08 | NFC: llcp: Report error to pending sockets when a device is removed | Samuel Ortiz | 1 | -4/+12 |
2013-03-08 | NFC: llcp: Clean raw sockets from nfc_llcp_socket_release | Samuel Ortiz | 1 | -0/+29 |
2013-03-08 | netlabel: fix build problems when CONFIG_IPV6=n | Paul Moore | 1 | -10/+5 |
2013-03-08 | NFC: llcp: Clean local timers and works when removing a device | Samuel Ortiz | 1 | -7/+14 |
2013-03-08 | NFC: llcp: Decrease socket ack log when accepting a connection | Samuel Ortiz | 1 | -0/+2 |
2013-03-08 | net/rds: zero last byte for strncpy | Chen Gang | 1 | -0/+1 |
2013-03-08 | bridge: add missing vid to br_mdb_get() | Cong Wang | 4 | -5/+6 |
2013-03-08 | Fix: sparse warning in inet_csk_prepare_forced_close | Christoph Paasch | 1 | -0/+1 |
2013-03-08 | afkey: fix a typo | Junwei Zhang | 1 | -4/+4 |
2013-03-08 | netlabel: correctly list all the static label mappings | Paul Moore | 1 | -6/+6 |
2013-03-08 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 3 | -7/+14 |
2013-03-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 6 | -42/+70 |
2013-03-06 | nfsd: fix krb5 handling of anonymous principals | J. Bruce Fields | 1 | -4/+8 |
2013-03-06 | net/ipv4: Timestamp option cannot overflow with prespecified addresses | David Ward | 1 | -1/+1 |
2013-03-06 | net: reduce net_rx_action() latency to 2 HZ | Eric Dumazet | 1 | -1/+1 |
2013-03-06 | net: fix new kernel-doc warnings in net core | Randy Dunlap | 1 | -1/+1 |
2013-03-06 | pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligible | Paolo Valente | 1 | -2/+0 |
2013-03-06 | pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s... | Paolo Valente | 1 | -1/+2 |