aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-02-17ipv4: fix counter in_slow_totDuan Jiong
2014-02-17HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann
2014-02-17gre: add link local route when local addr is anyNicolas Dichtel
2014-02-17batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli
2014-02-17batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli
2014-02-17batman-adv: free skb on TVLV parsing successAntonio Quartulli
2014-02-17batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli
2014-02-17batman-adv: fix potential orig_node reference leakSimon Wunderlich
2014-02-17batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli
2014-02-17batman-adv: properly check pskb_may_pull return valueAntonio Quartulli
2014-02-17batman-adv: release vlan object after checking the CRCAntonio Quartulli
2014-02-17batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli
2014-02-17batman-adv: fix soft-interface MTU computationAntonio Quartulli
2014-02-17netfilter: nf_tables: check if payload length is a power of 2Nikolay Aleksandrov
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal
2014-02-17packet: check for ndo_select_queue during queue selectionDaniel Borkmann
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic
2014-02-16ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong
2014-02-16dccp: re-enable debug macroGerrit Renker
2014-02-16SUNRPC: Fix a pipe_version reference leakTrond Myklebust
2014-02-16SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust
2014-02-14netfilter: nf_nat_snmp_basic: fix duplicates in if/else branchesFX Le Bail
2014-02-14netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Paul Bolle
2014-02-14netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementPatrick McHardy
2014-02-14ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail
2014-02-13net: sched: Cleanup PIE commentsVijay Subramanian
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal
2014-02-13sctp: optimize the sctp_sysctl_net_registerwangweidong
2014-02-13sctp: fix a missed .data initializationwangweidong
2014-02-13net: correct error path in rtnl_newlink()Cong Wang
2014-02-13tipc: fix message corruption bug for deferred packetsErik Hugne
2014-02-12mac80211: send control port protocol frames to the VO queueFelix Fietkau
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-02-11SUNRPC: Fix potential memory scribble in xprt_free_bc_request()Trond Myklebust
2014-02-11SUNRPC: Fix races in xs_nospace()Trond Myklebust
2014-02-11mac80211: fix memory leakEytan Lifshitz
2014-02-11mac80211: fix sched_scan restart on recoveryArik Nemtsov
2014-02-106lowpan: fix lockdep splatsEric Dumazet
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita