summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-0627-205/+402
|\
| * netfilter: x_tables: lightweight process control group matchingDaniel Borkmann2014-01-033-0/+82
| * net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-034-5/+5
| * net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-036-122/+130
| * netfilter: xt_CT: fix error value in xt_ct_tg_check()Eric Leblond2014-01-031-1/+3
| * netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-033-27/+0Star
| * netfilter: ipset: remove unused codestephen hemminger2014-01-031-28/+0Star
| * netfilter: nf_nat: add full port randomization supportDaniel Borkmann2014-01-032-6/+8
| * ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven2013-12-271-1/+4
| * netfilter: add IPv4/6 IPComp extension match supportfan.du2013-12-243-0/+121
| * netfilter: nfnetlink_queue: enable UID/GID socket info retrievalValentina Giusti2013-12-211-0/+34
| * netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmarkFlorian Westphal2013-12-201-2/+10
| * netfilter: avoid get_random_bytes callsFlorian Westphal2013-12-206-13/+5Star
* | tipc: remove unused codestephen hemminger2014-01-054-26/+0Star
* | tipc: make local function staticstephen hemminger2014-01-052-2/+1Star
* | dccp: make local variable staticstephen hemminger2014-01-052-2/+1Star
* | dccp: remove obsolete codestephen hemminger2014-01-052-33/+0Star
* | net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-0511-48/+41Star
* | llc: make lock staticstephen hemminger2014-01-041-2/+1Star
* | socket: cleanupsstephen hemminger2014-01-041-19/+2Star
* | ipv4: Use percpu Cache route in IP tunnelsTom Herbert2014-01-041-12/+32
* | ipv4: Cache dst in tunnelsTom Herbert2014-01-041-24/+89
* | sctp: Add process name and pid to deprecation warningsNeil Horman2014-01-041-6/+18
* | net: revert "sched classifier: make cgroup table local"Cong Wang2014-01-031-1/+1
* | sched classifier: make cgroup table localstephen hemminger2014-01-021-1/+1
* | sched action: make local function staticstephen hemminger2014-01-021-5/+3Star
* | ipv4: switch and case should be at the same indentWeilong Chen2014-01-021-15/+15
* | ipv4: spaces required around that '='Weilong Chen2014-01-021-4/+4
* | ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-022-6/+6
* | tipc: make the code look more readablewangweidong2014-01-021-5/+2Star
* | ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine2014-01-021-5/+10
* | ipv6: namespace cleanupsstephen hemminger2014-01-022-19/+35
* | net: core functions cleanupstephen hemminger2014-01-021-56/+26Star
* | netlink: cleanup tap related functionsstephen hemminger2014-01-021-17/+1Star
* | netlink: cleanup rntl_af_registerstephen hemminger2014-01-023-28/+4Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-0126-484/+645
|\ \
| * | nl80211: add VHT support for set_bitrate_maskJanusz Dziedzic2013-12-161-6/+86
| * | mac80211: read station mgmt keys via get_key callMax Stepanov2013-12-161-1/+2
| * | mac80211: check pairwise key_idx on get_key callMax Stepanov2013-12-161-2/+2
| * | mac80211: align ieee80211_ibss_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho2013-12-161-1/+4
| * | mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho2013-12-163-50/+17Star
| * | mac80211: update adjusting TBTT bit in beaconThomas Pedersen2013-12-164-4/+22
| * | mac80211: reschedule sched scan after HW restartDavid Spinadel2013-12-164-20/+68
| * | mac80211: make ieee80211_assign_beacon() staticLuciano Coelho2013-12-162-4/+2Star
| * | mac80211: lock sdata in ieee80211_csa_connection_drop_work()Luciano Coelho2013-12-161-0/+4
| * | mac80211: let the driver reserve extra tailroom in beaconsFelix Fietkau2013-12-161-3/+6
| * | mac80211: free all AP/VLAN keys at onceJohannes Berg2013-12-164-28/+43
| * | mac80211: optimise mixed AP/VLAN station removalJohannes Berg2013-12-163-6/+14
| * | mac80211: optimise synchronize_net() for sta_info_flushJohannes Berg2013-12-162-4/+41
| * | mac80211: move synchronize_net() before sta key removalJohannes Berg2013-12-162-14/+5Star