summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-105-40/+35Star
* iucv: Convert pr_warning to pr_warnJoe Perches2014-09-101-5/+4Star
* pktgen: Convert pr_warning to pr_warnJoe Perches2014-09-101-12/+12
* atm: Convert pr_warning to pr_warnJoe Perches2014-09-102-3/+3
* sit: Add gro callbacks to sit_offloadTom Herbert2014-09-101-0/+2
* ipip: Add gro callbacks to ipip offloadTom Herbert2014-09-101-0/+2
* ipv6: Clear flush_id to make GRO workTom Herbert2014-09-101-0/+3
* net: use kfree_skb_list() helper in more placesFlorian Westphal2014-09-102-10/+2Star
* ipv4: udp4_gro_complete() is staticEric Dumazet2014-09-101-1/+1
* netns: remove one sparse warningEric Dumazet2014-09-101-1/+1
* ipv6: udp6_gro_complete() is staticEric Dumazet2014-09-101-1/+1
* ipv4: rcu cleanup in ip_ra_control()Eric Dumazet2014-09-101-2/+2
* ipv6: mcast: remove dead debugging definesDaniel Borkmann2014-09-101-9/+0Star
* net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn2014-09-101-5/+2Star
* net_sched: sfq: remove unused macroFlorian Westphal2014-09-101-5/+0Star
* net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-101-1/+1
* tcp: remove dst refcount false sharing for prequeue modeEric Dumazet2014-09-102-10/+25
* openvswitch: change the data type of error status to atomic_long_tLi RongQing2014-09-092-23/+12Star
* bridge: Cleanup of unncessary check.Rami Rosen2014-09-091-3/+0Star
* bridge: implement rtnl_link_ops->changelinkJiri Pirko2014-09-091-0/+39
* bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko2014-09-091-0/+25
* bridge: implement rtnl_link_ops->slave_changelinkJiri Pirko2014-09-091-2/+16
* bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave...Jiri Pirko2014-09-091-6/+21
* bridge: switch order of rx_handler reg and upper dev linkJiri Pirko2014-09-091-7/+8
* net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-095-15/+11Star
* Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-0932-722/+947
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-0812-27/+62
| |\
| * \ Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-0421-170/+179
| |\ \
| | * | net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDsMika Westerberg2014-08-291-0/+1
| | * | mac80211: fix chantype recalc warningMichal Kazior2014-08-291-2/+2
| | * | mac80211: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-271-2/+2
| | * | mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-261-1/+1
| | * | cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-2/+13
| | * | cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg2014-08-262-6/+16
| | * | cfg80211: re-enable CSA for drivers that support itMichal Kazior2014-08-261-6/+0Star
| | * | mac80211: don't resize skbs needlesslyIdo Yariv2014-08-261-1/+4
| | * | mac80211: Fix accounting of the tailroom-needed counterIdo Yariv2014-08-261-9/+3Star
| | * | cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-262-3/+3
| | * | mac80211: make ieee80211_vif_use_reserved_switch staticJohannes Berg2014-08-262-95/+93Star
| | * | mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland2014-08-261-7/+3Star
| | * | mac80211: disable 40MHz support in case of 20MHz APEliad Peller2014-08-151-8/+22
| | * | mac80211: don't duplicate station QoS capability dataJohannes Berg2014-08-1510-28/+16Star
| * | | wireless: core: Reorder wiphy_register() notifications relevantlyTomasz Bursztyka2014-08-251-4/+3Star
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-08-2512-548/+766
| |\ \ \
| | * | | Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski2014-08-141-3/+5
| | * | | Bluetooth: Improve data packing in SAR modeLukasz Rymanowski2014-08-141-4/+1Star
| | * | | mac802154: common tx error pathVarka Bhadram2014-08-141-7/+8
| | * | | ieee802154: 6lowpan: remove unused functionAlexander Aring2014-08-141-8/+0Star
| | * | | mac802154: common error pathVarka Bhadram2014-08-141-4/+6
| | * | | mac802154: cleanup in rx pathVarka Bhadram2014-08-141-3/+2Star