summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli3-2/+44
2014-01-08batman-adv: create helper function to get AP isolation statusAntonio Quartulli3-12/+28
2014-01-08batman-adv: extend the ap_isolation mechanismAntonio Quartulli1-0/+5
2014-01-08batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli1-4/+8
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli5-5/+23
2014-01-08batman-adv: add isolation_mark sysfs attributeAntonio Quartulli3-0/+75
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli7-140/+153
2014-01-08batman-adv: remove parenthesis from return statementsAntonio Quartulli1-1/+1
2014-01-08batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli4-18/+29
2014-01-08batman-adv: deselect current GW on client mode switch offAntonio Quartulli2-0/+14
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli41-123/+41
2014-01-08batman-adv: don't switch byte order too often if not neededAntonio Quartulli1-3/+5
2014-01-08batman-adv: properly rename define in distributed arp table header fileAntonio Quartulli1-3/+3
2014-01-08net: xfrm: xfrm_policy: silence compiler warningYing Xue1-0/+2
2014-01-08tipc: make link start event synchronousJon Paul Maloy3-13/+7
2014-01-08tipc: introduce new spinlock to protect struct link_reqYing Xue1-2/+9
2014-01-08tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy2-11/+1
2014-01-08tipc: rename functions related to link failover and improve commentsJon Paul Maloy5-38/+56
2014-01-08net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann1-6/+6
2014-01-08net-gre-gro: Add GRE support to the GRO stackJerry Chu5-6/+199
2014-01-08net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-01-08ipv4: loopback device: ignore value changes after device is uppedJiri Pirko1-0/+2
2014-01-08IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail2-1/+11
2014-01-07gre_offload: statically build GRE offloading supportEric Dumazet3-13/+7
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller14-212/+463
2014-01-07ovs: make functions localStephen Hemminger4-6/+7
2014-01-07openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf1-1/+1
2014-01-07openvswitch: Use skb_zerocopy() for upcallThomas Graf1-8/+29
2014-01-07openvswitch: Pass datapath into userspace queue functionsThomas Graf1-20/+14
2014-01-07openvswitch: Drop user features if old user space attempted to create datapathThomas Graf1-0/+21
2014-01-07openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf2-0/+16
2014-01-07net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf2-55/+89
2014-01-07openvswitch: remove duplicated include from flow_table.cWei Yongjun1-2/+0
2014-01-07net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann2-17/+2
2014-01-07openvswitch: Per cpu flow stats.Pravin B Shelar7-55/+210
2014-01-07openvswitch: Enable memory mapped Netlink i/oThomas Graf1-27/+29
2014-01-07netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf1-0/+4
2014-01-07genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf1-0/+21
2014-01-07openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross3-3/+4
2014-01-07openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou3-14/+16
2014-01-07openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).Ben Pfaff1-2/+2
2014-01-07openvswitch: Correct comment.Ben Pfaff1-5/+1
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller54-338/+499
2014-01-07net_sched: act: action flushing missaccountingJamal Hadi Salim1-2/+3
2014-01-07net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim2-32/+16
2014-01-07bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com1-141/+108
2014-01-07bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-07tcp: out_of_order_queue do not use its lockEric Dumazet2-2/+2
2014-01-07ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa1-2/+2
2014-01-07net: pkt_sched: PIE AQM schemeVijay Subramanian3-0/+569