Age | Commit message (Expand) | Author | Files | Lines |
2014-02-20 | Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -6/+25 |
2014-02-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+18 |
2014-02-19 | af_packet: remove a stray tab in packet_set_ring() | Dan Carpenter | 1 | -1/+1 |
2014-02-19 | net: sctp: fix sctp_connectx abi for ia32 emulation/compat mode | Daniel Borkmann | 1 | -9/+32 |
2014-02-19 | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 7 | -27/+101 |
2014-02-18 | ipv4: fix counter in_slow_tot | Duan Jiong | 1 | -2/+2 |
2014-02-18 | HID: Bluetooth: hidp: make sure input buffers are big enough | David Herrmann | 2 | -2/+18 |
2014-02-17 | gre: add link local route when local addr is any | Nicolas Dichtel | 1 | -0/+2 |
2014-02-17 | batman-adv: fix potential kernel paging error for unicast transmissions | Antonio Quartulli | 1 | -2/+7 |
2014-02-17 | batman-adv: avoid double free when orig_node initialization fails | Antonio Quartulli | 1 | -4/+2 |
2014-02-17 | batman-adv: free skb on TVLV parsing success | Antonio Quartulli | 1 | -0/+2 |
2014-02-17 | batman-adv: fix TT CRC computation by ensuring byte order | Antonio Quartulli | 1 | -4/+12 |
2014-02-17 | batman-adv: fix potential orig_node reference leak | Simon Wunderlich | 1 | -0/+2 |
2014-02-17 | batman-adv: avoid potential race condition when adding a new neighbour | Antonio Quartulli | 3 | -6/+56 |
2014-02-17 | batman-adv: properly check pskb_may_pull return value | Antonio Quartulli | 1 | -1/+1 |
2014-02-17 | batman-adv: release vlan object after checking the CRC | Antonio Quartulli | 1 | -1/+5 |
2014-02-17 | batman-adv: fix TT-TVLV parsing on OGM reception | Antonio Quartulli | 1 | -1/+0 |
2014-02-17 | batman-adv: fix soft-interface MTU computation | Antonio Quartulli | 1 | -8/+14 |
2014-02-17 | packet: check for ndo_select_queue during queue selection | Daniel Borkmann | 1 | -3/+21 |
2014-02-17 | netdevice: move netdev_cap_txqueue for shared usage to header | Daniel Borkmann | 1 | -12/+1 |
2014-02-17 | netdevice: add queue selection fallback handler for ndo_select_queue | Daniel Borkmann | 2 | -6/+7 |
2014-02-17 | net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's... | Matija Glavinic Pecotic | 4 | -74/+24 |
2014-02-17 | ipv4: distinguish EHOSTUNREACH from the ENETUNREACH | Duan Jiong | 1 | -2/+7 |
2014-02-17 | dccp: re-enable debug macro | Gerrit Renker | 2 | -1/+2 |
2014-02-16 | SUNRPC: Fix a pipe_version reference leak | Trond Myklebust | 1 | -1/+3 |
2014-02-16 | SUNRPC: Ensure that gss_auth isn't freed before its upcall messages | Trond Myklebust | 1 | -2/+11 |
2014-02-14 | ipv4: ipconfig.c: add parentheses in an if statement | FX Le Bail | 1 | -1/+1 |
2014-02-14 | net: sched: Cleanup PIE comments | Vijay Subramanian | 1 | -5/+16 |
2014-02-14 | net: ip, ipv6: handle gso skbs in forwarding path | Florian Westphal | 2 | -4/+84 |
2014-02-14 | net: core: introduce netif_skb_dev_features | Florian Westphal | 1 | -10/+12 |
2014-02-14 | sctp: optimize the sctp_sysctl_net_register | wangweidong | 1 | -7/+10 |
2014-02-14 | sctp: fix a missed .data initialization | wangweidong | 1 | -0/+1 |
2014-02-14 | net: correct error path in rtnl_newlink() | Cong Wang | 1 | -7/+12 |
2014-02-14 | tipc: fix message corruption bug for deferred packets | Erik Hugne | 2 | -0/+8 |
2014-02-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 68 | -459/+804 |
2014-02-11 | SUNRPC: Fix potential memory scribble in xprt_free_bc_request() | Trond Myklebust | 1 | -2/+4 |
2014-02-11 | SUNRPC: Fix races in xs_nospace() | Trond Myklebust | 1 | -1/+5 |
2014-02-11 | 6lowpan: fix lockdep splats | Eric Dumazet | 1 | -0/+20 |
2014-02-11 | 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffers | Richard Yao | 1 | -1/+4 |
2014-02-11 | tcp: tsq: fix nonagle handling | John Ogness | 1 | -2/+11 |
2014-02-11 | bridge: Prevent possible race condition in br_fdb_change_mac_address | Toshiaki Makita | 1 | -1/+5 |
2014-02-11 | bridge: Properly check if local fdb entry can be deleted when deleting vlan | Toshiaki Makita | 3 | -9/+23 |
2014-02-11 | bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_... | Toshiaki Makita | 1 | -19/+6 |
2014-02-11 | bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac... | Toshiaki Makita | 1 | -25/+32 |
2014-02-11 | bridge: Fix the way to check if a local fdb entry can be deleted | Toshiaki Makita | 3 | -1/+34 |
2014-02-11 | bridge: Change local fdb entries whenever mac address of bridge device changes | Toshiaki Makita | 3 | -4/+5 |
2014-02-11 | bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_address | Toshiaki Makita | 1 | -1/+1 |
2014-02-11 | bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr | Toshiaki Makita | 1 | -9/+20 |
2014-02-11 | bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr | Toshiaki Makita | 3 | -7/+16 |
2014-02-11 | SUNRPC: Don't create a gss auth cache unless rpc.gssd is running | Trond Myklebust | 1 | -0/+2 |