summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-03-28bridge: Fix handling stacked vlan tagsToshiaki Makita1-17/+1
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2-3/+15
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne3-16/+10
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne2-0/+9
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss3-10/+32
2014-03-27hsr: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27tcp: tcp_make_synack() minor changesEric Dumazet1-2/+2
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2-36/+55
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich2-2/+5
2014-03-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-77/+106
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue1-10/+11
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue1-4/+3
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue4-21/+31
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue3-35/+35
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue2-4/+6
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue4-12/+5
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue3-15/+38
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineYing Xue1-3/+11
2014-03-27tipc: obsolete the remote management featureYing Xue5-121/+3
2014-03-27tipc: remove unnecessary checking for node objectYing Xue1-6/+0
2014-03-27net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.cMonam Agarwal1-1/+1
2014-03-27net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.cMonam Agarwal1-4/+4
2014-03-26net: unix: non blocking recvmsg() should not return -EINTREric Dumazet1-5/+12
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong1-0/+6
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert4-14/+14
2014-03-26tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)1-3/+3
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar3-3/+9
2014-03-26Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg2-2/+4
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-53/+63
2014-03-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller46-392/+989
2014-03-24tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne1-14/+15
2014-03-24netpoll: fix the skb check in pkt_is_nsLi RongQing1-1/+1
2014-03-24ipv4: remove ip_rt_dump from route.cLi RongQing2-6/+1
2014-03-24Bluetooth: Remove unnecessary assignment in SMPJohan Hedberg1-2/+0
2014-03-24Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityJohan Hedberg1-1/+1
2014-03-24Bluetooth: Remove LTK re-encryption procedureJohan Hedberg2-49/+7
2014-03-24Bluetooth: Don't try to confirm locally initiated SMP pairingJohan Hedberg1-0/+5
2014-03-24Bluetooth: Add SMP flag to track which side is the initiatorJohan Hedberg2-0/+7
2014-03-24Bluetooth: Fix SMP confirmation callback handlingJohan Hedberg1-0/+4
2014-03-24Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionJohan Hedberg1-0/+34
2014-03-24Bluetooth: Fix potential NULL pointer dereference in SMPJohan Hedberg1-1/+7
2014-03-24ipv4: remove ipv4_ifdown_dst from route.cLi RongQing1-6/+0
2014-03-22batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-03-22batman-adv: improve DAT documentationAntonio Quartulli2-2/+6
2014-03-22batman-adv: improve the TT flags documentationAntonio Quartulli1-4/+24
2014-03-22batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing6-3/+198
2014-03-22batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast supportLinus Lüssing6-8/+156
2014-03-22batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing9-26/+266
2014-03-22batman-adv: Announce new capability via multicast TVLVLinus Lüssing7-6/+167