summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-06openvswitch: Pass datapath into userspace queue functionsThomas Graf1-20/+14
2014-01-06openvswitch: Drop user features if old user space attempted to create datapathThomas Graf1-0/+21
2014-01-06openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf2-0/+16
2014-01-06net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf2-55/+89
2014-01-06openvswitch: remove duplicated include from flow_table.cWei Yongjun1-2/+0
2014-01-06net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann2-17/+2
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar7-55/+210
2014-01-06openvswitch: Enable memory mapped Netlink i/oThomas Graf1-27/+29
2014-01-06netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf1-0/+4
2014-01-06genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf1-0/+21
2014-01-06openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross3-3/+4
2014-01-06openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou3-14/+16
2014-01-06openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).Ben Pfaff1-2/+2
2014-01-06openvswitch: Correct comment.Ben Pfaff1-5/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller54-338/+499
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin1-8/+0
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin1-8/+38
2014-01-06Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin1-16/+16
2014-01-06Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin1-7/+14
2014-01-06net_sched: act: action flushing missaccountingJamal Hadi Salim1-2/+3
2014-01-06net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim2-32/+16
2014-01-06bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com1-141/+108
2014-01-06bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet2-2/+2
2014-01-06ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa1-2/+2
2014-01-06net: pkt_sched: PIE AQM schemeVijay Subramanian3-0/+569
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-20/+32
2014-01-06netfilter: Fix build failure in nfnetlink_queue_core.c.David S. Miller1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller14-534/+487
2014-01-06Bluetooth: Default to no security with L2CAP RAW socketsJohan Hedberg1-0/+3
2014-01-06Bluetooth: Fix NULL pointer dereference when disconnectingJohan Hedberg1-1/+1
2014-01-06netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann1-3/+3
2014-01-06netfilter: nf_conntrack_dccp: use %s format string for bufferDaniel Borkmann1-2/+2
2014-01-06Revert "netfilter: avoid get_random_bytes calls"Pablo Neira Ayuso6-5/+13
2014-01-05net: netdev_kobject_init: annotate with __initDaniel Borkmann2-2/+2
2014-01-05net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann1-1/+1
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller27-205/+402
2014-01-04tipc: remove unused codestephen hemminger4-26/+0
2014-01-04tipc: make local function staticstephen hemminger2-2/+1
2014-01-04dccp: make local variable staticstephen hemminger2-2/+1
2014-01-04dccp: remove obsolete codestephen hemminger2-33/+0
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing11-48/+41
2014-01-04Bluetooth: Add quirk for disabling Delete Stored Link Key commandMarcel Holtmann1-1/+6
2014-01-03llc: make lock staticstephen hemminger1-2/+1
2014-01-03socket: cleanupsstephen hemminger1-19/+2
2014-01-03ipv4: Use percpu Cache route in IP tunnelsTom Herbert1-12/+32
2014-01-03ipv4: Cache dst in tunnelsTom Herbert1-24/+89
2014-01-03sctp: Add process name and pid to deprecation warningsNeil Horman1-6/+18
2014-01-04netfilter: nf_tables: dump sets in all existing familiesPablo Neira Ayuso1-9/+78
2014-01-03netfilter: x_tables: lightweight process control group matchingDaniel Borkmann3-0/+82