summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen
2014-03-29ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen
2014-03-29ipv6: fix checkpatch errors comments and spaceWang Yufen
2014-03-29netpoll: Respect NETIF_F_LLTXEric W. Biederman
2014-03-29netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman
2014-03-29netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman
2014-03-29netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman
2014-03-29netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich
2014-03-28ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa
2014-03-28net: net: add a core netdev->tx_dropped counterEric Dumazet
2014-03-28packet: respect devices with LLTX flag in direct xmitDaniel Borkmann
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet
2014-03-28openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner
2014-03-28bridge: Fix handling stacked vlan tagsToshiaki Makita
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-03-27hsr: replace del_timer by del_timer_syncJulia Lawall
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall
2014-03-27tcp: tcp_make_synack() minor changesEric Dumazet
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineYing Xue
2014-03-27tipc: obsolete the remote management featureYing Xue
2014-03-27tipc: remove unnecessary checking for node objectYing Xue
2014-03-27net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.cMonam Agarwal
2014-03-27net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.cMonam Agarwal
2014-03-26net: unix: non blocking recvmsg() should not return -EINTREric Dumazet
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert
2014-03-26tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-03-24tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne
2014-03-24netpoll: fix the skb check in pkt_is_nsLi RongQing
2014-03-24ipv4: remove ip_rt_dump from route.cLi RongQing