summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-05-22bridge: make br_device_notifier staticCong Wang4-121/+99
2014-05-22net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang1-1/+1
2014-05-22mac802154: llsec: correctly lookup implicit-indexed keysPhoebe Buckheister1-0/+2
2014-05-22mac802154: llsec: fold useless return value checkPhoebe Buckheister1-1/+1
2014-05-22mac802154: llsec: fix incorrect lock pairingPhoebe Buckheister1-1/+1
2014-05-22vlan: more careful checksum features handlingMichal Kubeček1-2/+2
2014-05-22net: Add a software TSO helper APIEzequiel Garcia2-1/+73
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller10-461/+1215
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-14/+23
2014-05-21net: filter: cleanup invocation of internal BPFAlexei Starovoitov1-16/+28
2014-05-21ipv6: slight optimization in ip6_dst_gcLi RongQing1-1/+1
2014-05-21net: tunnels - enable module autoloadingTom Gundersen3-0/+3
2014-05-19netfilter: nf_tables: defer all object release via rcuPablo Neira Ayuso1-39/+54
2014-05-19netfilter: nf_tables: remove skb and nlh from context structurePablo Neira Ayuso1-55/+46
2014-05-19netfilter: nf_tables: simplify nf_tables_*_notifyPablo Neira Ayuso1-58/+32
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle elementsPablo Neira Ayuso1-14/+68
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle tablePablo Neira Ayuso1-19/+126
2014-05-19netfilter: nf_tables: pass context to nf_tables_updtable()Pablo Neira Ayuso1-25/+26
2014-05-19netfilter: nf_tables: disabling table hooks always succeedsPablo Neira Ayuso1-6/+3
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle chainPablo Neira Ayuso1-45/+158
2014-05-19netfilter: nf_tables: refactor chain statistic routinesPablo Neira Ayuso1-21/+24
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso2-18/+115
2014-05-19netfilter: nf_tables: add message type to transactionsPablo Neira Ayuso1-31/+43
2014-05-19netfilter: nf_tables: relocate commit and abort routines in the source filePablo Neira Ayuso1-80/+80
2014-05-19netfilter: nf_tables: generalise transaction infrastructurePablo Neira Ayuso1-54/+69
2014-05-19netfilter: nf_tables: deconstify table and chain in context structurePablo Neira Ayuso1-29/+29
2014-05-19can: add hash based access to single EFF frame filtersOliver Hartkopp3-9/+75
2014-05-19can: proc: make array printing function indenpendent from sff framesOliver Hartkopp2-13/+19
2014-05-18Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-5/+26
2014-05-18net: rds: Use time_after() for time comparisonManuel Schölling2-4/+4
2014-05-18ipv4: minor spelling fixstephen hemminger1-1/+1
2014-05-18bridge: fix spelling of promiscuousstephen hemminger1-1/+1
2014-05-18net: bridge: fix buildAlexei Starovoitov1-1/+1
2014-05-18batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-05-18batman-adv: remove semi-colon after macro definitionAntonio Quartulli2-4/+4
2014-05-18batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli4-0/+21
2014-05-16pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf1-25/+25
2014-05-16ieee802154, mac802154: implement devkey record optionPhoebe Buckheister1-0/+38
2014-05-16ieee802154: add netlink interfaces for llsecPhoebe Buckheister4-0/+862
2014-05-16mac802154: propagate device address changes to llsecPhoebe Buckheister2-3/+47
2014-05-16mac802154: add llsec configuration functionsPhoebe Buckheister3-0/+238
2014-05-16ieee802154: add dgram sockopts for security controlPhoebe Buckheister1-0/+66
2014-05-16mac802154: integrate llsec with wpan devicesPhoebe Buckheister2-28/+100
2014-05-16mac802154: add llsec decryption methodPhoebe Buckheister2-0/+248
2014-05-16mac802154: add llsec encryption methodPhoebe Buckheister2-0/+255
2014-05-16mac802154: add llsec structures and mutatorsPhoebe Buckheister4-1/+637
2014-05-16mac802154: update KconfigPhoebe Buckheister1-0/+4
2014-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller11-184/+176
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich4-7/+116
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich1-6/+69